-
Notifications
You must be signed in to change notification settings - Fork 25
[PM-13374] Add UserId, CipherId, FolderId #293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Great job! No new security vulnerabilities introduced in this pull request |
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #293 +/- ##
==========================================
- Coverage 75.88% 75.87% -0.01%
==========================================
Files 259 259
Lines 23726 23755 +29
==========================================
+ Hits 18004 18025 +21
- Misses 5722 5730 +8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…re-uuids # Conflicts: # crates/bitwarden-core/src/client/encryption_settings.rs # crates/bitwarden-core/src/client/internal.rs
…re-uuids # Conflicts: # crates/bitwarden-core/src/client/internal.rs # crates/bitwarden-core/src/mobile/crypto.rs # crates/bitwarden-vault/src/cipher/cipher.rs # crates/bitwarden-vault/src/collection.rs # crates/bitwarden-vault/src/folder.rs
…re-uuids # Conflicts: # crates/bitwarden-core/src/auth/auth_request.rs # crates/bitwarden-core/src/client/test_accounts.rs # crates/bitwarden-core/src/key_management/mod.rs # crates/bitwarden-core/tests/register.rs
…re-uuids # Conflicts: # crates/bitwarden-core/src/key_management/crypto.rs
|
…re-uuids # Conflicts: # Cargo.lock # bitwarden_license/bitwarden-sm/src/projects/create.rs # bitwarden_license/bitwarden-sm/src/projects/update.rs # bitwarden_license/bitwarden-sm/src/secrets/create.rs # bitwarden_license/bitwarden-sm/src/secrets/update.rs # crates/bitwarden-core/src/auth/auth_request.rs # crates/bitwarden-core/src/client/internal.rs # crates/bitwarden-core/src/key_management/crypto.rs # crates/bitwarden-core/src/key_management/mod.rs # crates/bitwarden-uniffi/src/vault/ciphers.rs # crates/bitwarden-vault/Cargo.toml # crates/bitwarden-vault/src/cipher/cipher.rs # crates/bitwarden-vault/src/cipher/mod.rs # crates/bitwarden-vault/src/collection.rs # crates/bitwarden-vault/src/folder/folder_models.rs # crates/bitwarden-vault/src/lib.rs
|




🎟️ Tracking
https://bitwarden.atlassian.net/browse/PM-13374
📔 Objective
Continues the work on #225 by introducing
UserId,CipherIdandFolderId. It also propagates theOrganizationIddeeper into the core crate.uuidmacro touuid_newtype, avoids collision with the macro fromuuidcrate.Hashto the uuids.new_v4primarily useful in tests to generate valid UUID v4 based IDs.⏰ Reminders before review
team
🦮 Reviewer guidelines
:+1:) or similar for great changes:memo:) or ℹ️ (:information_source:) for notes or general info:question:) for questions:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmedissue and could potentially benefit from discussion
:art:) for suggestions / improvements:x:) or:warning:) for more significant problems or concerns needing attention:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt:pick:) for minor or nitpick changes